Micron Document
🎖️GitЯра🎖️


Displaying Raw • Download

feature/map/src/commonMain/kotlin/org/meshtastic/feature/map/tiles/RasterTileSpec.kt renovate/fastlane-2.x-lockfile (056eed64) Text, 1.43 KB

T8b949e/*
* Copyright (c) 2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
Tff7b72package T7ee787org.meshtastic.feature.map.tiles

T8b949e/**
* Tile-scheme description for one raster source.
*
* Renderer-neutral: both map engines can draw XYZ tiles, and each turns this into its own tile source — MapLibre into a
* raster source, the Google map into a `UrlTileProvider`. Placeholders are substituted by name rather than position, so
* an ArcGIS-style `.../tile/{z}/{y}/{x}` template works unchanged.
*/
Tff7b72data Tff7b72class T56d364RasterTileSpecTb4b4b4(
Tff7b72val Te6edf3tilesTb4b4b4: Te6edf3ListTff7b72<Tffa657StringTff7b72>Tb4b4b4,
Tff7b72val Te6edf3tileSizeTb4b4b4: Tffa657Int Tff7b72= Te6edf3DEFAULT_TILE_SIZETb4b4b4,
Tff7b72val Te6edf3minZoomTb4b4b4: Tffa657Int Tff7b72= T79c0ff0Tb4b4b4,
Tff7b72val Te6edf3maxZoomTb4b4b4: Tffa657Int Tff7b72= Te6edf3DEFAULT_MAX_ZOOMTb4b4b4,
Tff7b72val Te6edf3attributionHtmlTb4b4b4: Tffa657String? Tff7b72= Tff7b72nullTb4b4b4,
Tb4b4b4) Tb4b4b4{
Tff7b72companion Tff7b72object Tb4b4b4{
Tff7b72const Tff7b72val Te6edf3DEFAULT_TILE_SIZE Tff7b72= T79c0ff2T79c0ff5T79c0ff6
Tff7b72const Tff7b72val Te6edf3DEFAULT_MAX_ZOOM Tff7b72= T79c0ff1T79c0ff9
Tb4b4b4}
Tb4b4b4}

Served by rngit 1.5.2 - Generated in 0.07s